home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / sikids2.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  155 b   |  9 lines

  1. global gSIXDebug
  2.  
  3. on fish
  4.   repeat with vI = 1 to 10
  5.     SIDebugPut("12345678901234567890")
  6.     put gSIXDebug(mError, gSIXDebug(mStatus))
  7.   end repeat
  8. end
  9.